home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCurrentHtPage, gTotalHtPages, gHyperText
- puppetSprite(9, 1)
- puppetSprite(10, 1)
- if gTotalHtPages = 1 then
- nothing()
- else
- set myPageNum to "ht" & gCurrentHtPage & "-" & gTotalHtPages
- set the castNum of sprite 9 to cast myPageNum
- updateStage()
- end if
- set myHyperText to gHyperText & gCurrentHtPage
- set the castNum of sprite 10 to cast myHyperText
- updateStage()
- end
-